๐ฌค rns.recipes
top
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ nomadnet improvements โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Started by jlamothe ยท 13d ago ยท 32f62870f2d7c418
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
post-1
โญโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฎ
โ jlamothe #1 โ
โ 32f62870f2d7c418 โ
โฐโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฏ
โธ 13d ago
I've really been enjoying nomadnet, but I've found some rough edges here and there. I
know that Mark isn't in a position to be taking bug reports/feature requests at present,
so I've taken it upon myself to make some small enhancements to a private fork.
I'd be happy to contribute those changes upstream or to share them publicly if anyone
would like. Also, I wouldn't mind getting a little code review on them. I'm still
pretty inexperienced with this particular codebase.
I can detail what I'm doing in this thread, but if there's a better place to discuss
this, I'm happy to move that conversation elsewhere as well.
Is this a thing that anyone would actually have any interest in?
โ 3 โ 0 โค 1
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
post-2
โญโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฎ
โ jlamothe #2 โ
โ 32f62870f2d7c418 โ
โฐโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฏ
โธ 13d ago
The first change I made was a small one. It turns out that the built-in RRC client
doesn't play particularly well with a standard 80 column display. The channel and user
panes can be collapsed with the Ctrl-y and Ctrl-u keyboard shortcuts, which really helps.
The trouble is that these keyboard shortcuts don't work when the field to type a message
is focused.
At first, I just wanted to enable it while the field is focused, but then I realised that
those partular shortcuts conflict with the standard text editing shortcuts. Instead,
what I did was to add alternate shortcuts (Alt-y and Alt-u) that will work in either
context. I left the original keybindings intact to avoid breaking the UX for anyone who
is already used to them the way they are.
โ 2 โ 0 โค 0
โ INFO โ Identify to this node to post. How?
bottom